GET /TimeDimensionProvider/CustomConfigurationUI/{id}/

Gets the custom configuration UI for a time dimension provider.
 

Request

Method Request URI
GET /API/TimeDimensionProvider/CustomConfigurationUI/{id}/?contentType=value&sessionId=value

URI Parameters

URI Parameter Description
contentType The type of the content to get the UI for. For example: text/html.
sessionId The current session ID. Specifying via an Authorization request header instead is recommended.

Path Parameters

Path Parameter Description
id The ID of the time dimension provider.

Request Headers

Authorization: Bearer <Current session ID>

Request Body

There is no Request Body for this function.

Response

Response Body

A System.String object, or a status code indicating the problem.